home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / doom / qball330.zip / FIX.BAT < prev    next >
DOS Batch File  |  1996-09-01  |  986b  |  24 lines

  1. :rem Originally developed by Registered User Zeke Biro. 
  2. :rem Modified by Benjamin W. Hartley, January, 1996;
  3. :rem Further modifed June-July, 1996, for QBALL 3.30.
  4. :rem Included with permission.          (Thanks, Zeke.)
  5. @echo off
  6. cls
  7. echo                          ╒══╡ FIX.BAT... ╞══════════╗
  8. echo                         ▒│                          ║
  9. if not exist QBSHELIT.BAT echo                         ▒│  QBSHELIT.BAT not found  ║
  10. if not exist QBSHELIT.BAT goto prompt1
  11. if exist QBSHELIT.BAT del QBSHELIT.BAT > nul
  12. echo                         ▒│   QBSHELIT.BAT deleted   ║
  13. :prompt1
  14. echo                         ▒│                          ║
  15. echo                         ▒│  ──────────────────────  ║
  16. echo                         ▒│   Type QBALL + (enter)   ║
  17. echo                         ▒│     to start QBALL.      ║
  18. echo                         ▒└──────────────────────────╜
  19. echo                         ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ 
  20. echo  
  21. echo  
  22. :end
  23.  
  24.